home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_pppacked.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
202b
|
15 lines
/* EaglePlayer - Packmode-Modus = PowerPacked */
address 'rexx_EP'
options results
PPPacked
if result == "no" then do
say "Unable to use PP-Cruncher !"
end
else do
say "Now use PP-Cruncher !"
end